home *** CD-ROM | disk | FTP | other *** search
/ Interplay's Learn to Program Basic (Review Copy) / Learn to Program Basic Review Copy (Interplay)(June 23, 1998).ISO / pc / ltpbasic / refxmpl / loadspr1.bas < prev    next >
BASIC Source File  |  1998-04-07  |  62b  |  4 lines

  1. Let sprite1 = LoadSprite("UFO")
  2. SetSprite sprite1 To 100,100
  3.  
  4.